home *** CD-ROM | disk | FTP | other *** search
/ CD World 1998 January / CD World - Ocak 1998.iso / internet / ie40 / ieak4.cab / main.css < prev    next >
Cascading Style Sheet File  |  1997-09-05  |  2KB  |  131 lines

  1. body    {    font        :    10pt verdana, arial;
  2.         font-weight        :    normal;
  3.         font-style        :    normal;
  4.         color            :    black;
  5.         text-decoration    :    none;
  6.         margin-left        :     20px}
  7.  
  8.  
  9. strong{    font            :    11pt verdana, arial;
  10.         font-weight        :    bold;
  11.         font-style        :    normal;
  12.         color            :    black;
  13.         text-decoration    :    none}
  14.  
  15. b    {    font            :    10pt verdana, arial;
  16.         font-weight        :    bold;
  17.         font-style        :    normal;
  18.         color            :    black;
  19.         text-decoration    :    none}
  20.  
  21. li    {    font            :    10pt verdana, arial;
  22.         font-weight        :    normal;
  23.         font-style        :    normal;
  24.         color            :    black}
  25.  
  26.  
  27. p    {    font            :    10pt verdana, arial;
  28.         font-weight        :    normal;
  29.         font-style        :    normal;
  30.         background        :    none}
  31.  
  32.  
  33. br    {    font            :    10pt verdana, arial;
  34.         font-weight        :    normal;
  35.         font-style        :    normal}
  36.  
  37.  
  38. hr    {    color            :    FF3300}
  39.  
  40.  
  41. table    {    font            :    10pt verdana, arial;
  42.         font-weight        :    normal;
  43.         font-style        :    normal}
  44.  
  45.  
  46. th    {    font            :    10pt verdana, arial;
  47.         font-weight        :    bold;
  48.         font-style        :    normal;
  49.         background        :    336699;
  50.         color            :    FFFFFF}
  51.  
  52.  
  53. td    {    font            :    10pt verdana, arial;
  54.         font-weight        :    normal;
  55.         font-style        :    normal}
  56.  
  57.  
  58. h1    {    font            :    16pt verdana, arial;
  59.         font-weight        :    bold;
  60.         font-style        :    normal;
  61.         color            :    336699}
  62.  
  63.  
  64. <!-- h2    {    font            :    16pt verdana, arial;
  65.         font-weight        :    bold;
  66.         font-style        :    normal;
  67.         color            :    336699} -->
  68.  
  69.  
  70. H2    {    font            :    16pt verdana, arial; 
  71.         font-weight        :    bold;
  72.         font-style        :    normal;
  73.         color            :    336699}
  74.  
  75.  
  76. h4    {    font            :    12pt verdana, arial;
  77.         font-weight        :    bold;
  78.         font-style        :    normal;
  79.         color            :    336699;
  80.         }
  81.  
  82. h5    {    font            :    12pt verdana, arial;
  83.         font-weight        :    normal;
  84.         font-style        :    normal;
  85.         color            :    336699;
  86.         }
  87.  
  88. ul li
  89.     {
  90.     list-style:     square;
  91.     }
  92.  
  93. ol li
  94.     {
  95.     list-style:        decimal;
  96.     }    
  97.  
  98. ol, ul
  99.     {
  100.     margin-top:     .75em;
  101.     }
  102.  
  103. ol li, ul li
  104.     {
  105.     margin-top:     .5em;
  106.     }
  107.     
  108. ol p, ul p
  109.     {
  110.     margin-top:     .5em;
  111.     margin-bottom:    .75em;
  112.     }
  113.  
  114. ol ul li
  115.     {
  116.     margin-left:    -.25in;    
  117.     }
  118.  
  119. a:link    {    font            :    10pt verdana, arial;
  120.         font-weight        :    light;
  121.         font-style        :    normal;
  122.         text-decoration    :    underline;
  123.         color            :    336699}
  124.  
  125.  
  126. a:visited    {font            :    10pt verdana, arial;
  127.         font-weight        :    light;
  128.         text-decoration    :    underline;
  129.         font-style        :    normal;
  130.         color            :    000000}
  131.